projects

Description#

This page contains information about projects.

Columns#

NameTypeDescription
idINTEGERThe unique primary key of the project in the Libraries.io database.
platformSTRINGThe name of the Package manager the project is available on.
nameSTRINGThe name of the project, unique by Platform (case sensitive).
created_timestampTIMESTAMPThe timestamp of when Libraries.io first discovered the project.
updated_timestampTIMESTAMPThe timestamp of when Libraries.io last saved a change to the project.
descriptionSTRINGDescription provided by the package manager, falling back to description from repository if empty.
keywordsSTRINGComma separated array of keywords if supported by package manager.
homepage_urlSTRINGURL of webpage or repository as provided by package managers that support it.
licensesSTRINGComma separated array of SPDX identifiers for licenses declared in package manager meta data or submitted manually by Libraries.io user via "project suggection" feature.
repository_urlSTRINGURL of source code repository declared in package manager metadata or submitted manually by Libraries.io user via "project suggection" feature.
versions_countINTEGERNumber of published versions of the project found by Libraries.io.
sourcerankINTEGERLibraries.io defined score based on quality, popularity and community metrics.
latest_release_publish_timestampTIMESTAMPTime of the latest release detected by Libraries.io (ordered by semver, falling back to publish date for invalid semver).
latest_release_numberSTRINGVersion number of the latest release detected by Libraries.io (ordered by semver, falling back to publish date for invalid semver).
package_manager_idINTEGERUnique ID of project from package manager API, only currently used by PlatformIO.
dependent_projects_countINTEGERNumber of other projects that declare the project as a dependency in one or more of their versions.
languageSTRINGPrimary programming language the project is written in, pulled from the repository if source is hosted on GitHub.
statusSTRINGEither Active, Deprecated, Unmaintained, Help Wanted, Removed, no value also means active. Updated when detected by Libraries.io or submitted manually by Libraries.io user via "project suggection" feature.
last_synced_timestampTIMESTAMPTimestamp of when Libraries.io last synced the project from it's package manager API.
dependent_repositories_countINTEGERThe total count of open source repositories that list the project as a dependency as detected by Libraries.io.
repository_idINTEGERThe unique primary key of the repository for this project in the Libraries.io database.